func runtime.heapBitsForAddr
17 uses
runtime (current package)
cgocall.go#L569: hbits := heapBitsForAddr(base)
cgocheck.go#L153: hbits := heapBitsForAddr(uintptr(src))
heapdump.go#L746: hbits := heapBitsForAddr(p)
mbitmap.go#L318: func heapBitsForAddr(addr uintptr) (h heapBits) {
mbitmap.go#L603: h := heapBitsForAddr(dst)
mbitmap.go#L645: h := heapBitsForAddr(dst)
mbitmap.go#L855: h := heapBitsForAddr(x)
mbitmap.go#L866: h := heapBitsForAddr(x)
mbitmap.go#L1335: h := heapBitsForAddr(x)
mbitmap.go#L1403: end := heapBitsForAddr(x + size - goarch.PtrSize)
mbitmap.go#L1421: h0 := heapBitsForAddr(x)
mbitmap.go#L1429: h := heapBitsForAddr(x)
mbitmap.go#L1455: h0 := heapBitsForAddr(x)
mbitmap.go#L2001: hbits := heapBitsForAddr(base)
mcache.go#L229: heapBitsForAddr(s.base()).initSpan(s)
mcentral.go#L253: heapBitsForAddr(s.base()).initSpan(s)
mgcmark.go#L1246: hbits := heapBitsForAddr(b)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)